Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'gt' and 'lt' operators for better performance #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use 'gt' and 'lt' operators for better performance #22

wants to merge 1 commit into from

Conversation

jffaust
Copy link

@jffaust jffaust commented Jul 13, 2021

No description provided.

@jffaust
Copy link
Author

jffaust commented Jul 13, 2021

I wanted to show 2 graphs. One for success and one for failures. The first one would show green bars and the second red ones. Based on the implementation, I provided a color map like this -ColorMap @{99999999 = 'red' } so that the graph has only one color and the number is the upper bound.
Then, I ran the script and it was super slow / only rendered a couple lines after a while:
image

@ghost
Copy link

ghost commented Nov 9, 2021

This is a welcomed performance fix. Good job.
I was not seeing this issue because I usually have only one or MAX 2 graphs with original coloring...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant